home *** CD-ROM | disk | FTP | other *** search
/ CD Action 72 - Disc 2 / cdaction-72-2.iso / #bonus / bonus 1.exe / programy / mightywriter121.exe / cdwriter.exe / 0 / RCDATA / TCDINFOFORM / TCDINFOFORM.txt
Text File  |  2000-11-17  |  3KB  |  147 lines

  1. object CDInfoForm: TCDInfoForm
  2.   Left = 247
  3.   Top = 146
  4.   ActiveControl = ListView1
  5.   BorderStyle = bsDialog
  6.   Caption = 'CD Information'
  7.   ClientHeight = 308
  8.   ClientWidth = 369
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object BitBtn1: TBitBtn
  20.     Left = 286
  21.     Top = 280
  22.     Width = 75
  23.     Height = 25
  24.     Caption = 'Close'
  25.     TabOrder = 0
  26.     Kind = bkOK
  27.   end
  28.   object BitBtn2: TBitBtn
  29.     Left = 8
  30.     Top = 280
  31.     Width = 75
  32.     Height = 25
  33.     Caption = 'Erase...'
  34.     Enabled = False
  35.     ModalResult = 6
  36.     TabOrder = 1
  37.   end
  38.   object ListView1: TListView
  39.     Left = 8
  40.     Top = 8
  41.     Width = 353
  42.     Height = 130
  43.     Columns = <
  44.       item
  45.         Caption = 'Property'
  46.         Width = 220
  47.       end
  48.       item
  49.         Caption = 'Value'
  50.         Width = 110
  51.       end>
  52.     GridLines = True
  53.     ReadOnly = True
  54.     RowSelect = True
  55.     TabOrder = 2
  56.     ViewStyle = vsReport
  57.   end
  58.   object ListView2: TListView
  59.     Left = 8
  60.     Top = 144
  61.     Width = 353
  62.     Height = 130
  63.     Columns = <
  64.       item
  65.         Caption = 'Session'
  66.       end
  67.       item
  68.         Caption = 'Track'
  69.       end
  70.       item
  71.         Caption = 'Mode'
  72.       end
  73.       item
  74.         Caption = 'Address'
  75.         Width = 68
  76.       end
  77.       item
  78.         Caption = 'Length'
  79.         Width = 68
  80.       end>
  81.     GridLines = True
  82.     ReadOnly = True
  83.     RowSelect = True
  84.     TabOrder = 3
  85.     ViewStyle = vsReport
  86.   end
  87.   object ListView3: TListView
  88.     Left = 40
  89.     Top = 32
  90.     Width = 305
  91.     Height = 100
  92.     Columns = <
  93.       item
  94.         Caption = 'Session'
  95.       end
  96.       item
  97.         Caption = 'Control'
  98.       end
  99.       item
  100.         Caption = 'ADR'
  101.         Width = 35
  102.       end
  103.       item
  104.         Caption = 'TNO'
  105.         Width = 35
  106.       end
  107.       item
  108.         Caption = 'POINT'
  109.         Width = 45
  110.       end
  111.       item
  112.         Caption = 'Min'
  113.         Width = 35
  114.       end
  115.       item
  116.         Caption = 'Sec'
  117.         Width = 35
  118.       end
  119.       item
  120.         Caption = 'Frame'
  121.         Width = 45
  122.       end
  123.       item
  124.         Caption = 'Zero'
  125.         Width = 35
  126.       end
  127.       item
  128.         Caption = 'PMIN'
  129.         Width = 40
  130.       end
  131.       item
  132.         Caption = 'PSEC'
  133.         Width = 40
  134.       end
  135.       item
  136.         Caption = 'PFRAME'
  137.         Width = 60
  138.       end>
  139.     GridLines = True
  140.     ReadOnly = True
  141.     RowSelect = True
  142.     TabOrder = 4
  143.     ViewStyle = vsReport
  144.     Visible = False
  145.   end
  146. end
  147.